home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 November / PCWorld_2007-11_cd.bin / komunikace / plainhtml / ph45_ENU_Setup.exe / {app} / res / ph.css < prev    next >
Cascading Style Sheet File  |  2007-09-22  |  2KB  |  104 lines

  1. body{
  2.   font-family:arial, helvetica, sans-serif;
  3.   font-size:13px;
  4.   border:none;
  5. }
  6.  
  7. a {
  8.   color:#0066FF;
  9.   text-decoration:none;
  10. }
  11.  
  12. a:hover{
  13.   text-decoration:underline;
  14. }
  15.  
  16. h3{
  17.   font-size:14px;
  18.   font-weight:normal;
  19.   margin-left:15px;
  20.   width:200px;
  21.   border-bottom:1px solid #DDDDDD;
  22. }
  23.  
  24.  
  25. .left{
  26.   width:230px;
  27.   padding-bottom:20px;
  28.   position:absolute;
  29.   left:0;
  30.   top:170px;
  31. }
  32.  
  33. .content{
  34.   position:absolute;
  35.   left:240px;
  36.   top:170px;
  37.   font-size:12px;
  38.   width:600px;
  39. }
  40.  
  41. a.toolbutton_a{
  42.   font-size:12px;
  43.   color:#FFFFFF;
  44.   text-decoration:none;
  45.   width:100px;
  46.   line-height:18px;
  47.   text-align:center;
  48. }
  49.  
  50. a.toolbutton_a:hover{
  51.  
  52.   border:1px solid #FFFFFF;
  53.   background:url(menuback.bmp);
  54.   line-height:16px;
  55.   text-decoration:none;
  56. }
  57.  
  58. a.toolbutton{
  59.   font-size:12px;
  60.   color:#0066FF;
  61.   text-decoration:none;
  62.   line-height:26px;
  63.   border-left:1px solid #FF9900;
  64.   border-right:1px solid #FFFF00;
  65.   text-align:center;
  66.   font-weight:bold;
  67.   padding:5px;
  68. }
  69.  
  70. a.toolbutton:hover{
  71.   background:url(newtab.png);
  72.   color:#FFFFFF;
  73.   line-height:24px;
  74.   border:1px solid #FFFFFF;
  75.   text-decoration:none;
  76. }
  77.  
  78. a.toolbutton_b{
  79.   margin-left:15px;
  80.   line-height:26px;
  81.   font-size:12px;
  82.   color:#0066CC;
  83.   font-weight:bold;
  84.   text-decoration:none;
  85.   width:200px;
  86.   padding-left:10px;
  87. }
  88.  
  89. a.toolbutton_b:hover{
  90.   line-height:24px;
  91.   font-size:12px;
  92.   color:#0066CC;
  93.   background:#98A8D1;
  94.   font-weight:bold;
  95.   text-decoration:none;
  96.   width:198px;
  97.   border:1px solid #000099;
  98.   padding-left:9px;
  99.   text-decoration:none;
  100. }
  101.  
  102.  
  103.  
  104.